Welcome![Sign In][Sign Up]
Location:
Search - MBR FAT

Search list

[Windows Developdirectrw

Description: 这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading / preparation Sector / cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
Platform: | Size: 19706 | Author: 冯华 | Hits:

[OS programFATFileSystem

Description: FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Platform: | Size: 270166 | Author: henry | Hits:

[Othercheck_os

Description: 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this program functions are to : 0. Mbr read information from the District Assemblies activities (partition table information), remove from the start through cylindrical, head, Sector No. 1. Read DBR fields, removed from the hard drive parameters and the FAT32 file system information. 2. According to one of the information, reading occurs, District 3. The root directory search area to detect the documents were found, it took the initial cluster and length of documents. 4. Under the initial cluster, find this file and the corresponding portion of the FAT table in the cluster chain five. Four of the information under control of the paper to read data (used as checksum). 6. Detection under a file name, repeat steps 3-5
Platform: | Size: 3340 | Author: 江河 | Hits:

[Disk Toolsdosback

Description: 都在一个程序里,备份恢复 MBR,DBR,FAT,CMOS 把自己写的 备份恢复 MBR,DBR,FAT,CMOS 的程序合并成了一个程序(DOS),大家玩玩吧(有源码)。。。 还有 破解 CMOS密码的功能(不是毁了CMOS,而是毫发无伤的解密。。) 全部在自己的机子上经过测试,目前没有问题。 - All in a procedure, the backup restores MBR, DBR, FAT, CMOS The backup writes which oneself restored MBR, DBR, FAT, the CMOS procedure merges a procedure (DOS), everybody played (active code). . . Had explains the CMOS password the function (has destroyed CMOS, but was 姣?sends the non- wound the decipher. .) Completely on own loom the process test, at present does not have the question.
Platform: | Size: 17443 | Author: 李大大 | Hits:

[File OperateFAT32specification

Description: 详细解读Fat文件系统, 如MBR的格式,BOOT Sector 的格式等的信息。
Platform: | Size: 262109 | Author: 王晓振 | Hits:

[Other resourceFAT32

Description: FAT32 header,主要是FAT32的文件结构,包括MBR,DBR,FAT,DIR,DATA
Platform: | Size: 3784 | Author: 邱福双 | Hits:

[Windows Developdirectrw

Description: 这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading/preparation Sector/cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
Platform: | Size: 19456 | Author: | Hits:

[OS programFATFileSystem

Description: FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Platform: | Size: 270336 | Author: henry | Hits:

[Othercheck_os

Description: 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this program functions are to : 0. Mbr read information from the District Assemblies activities (partition table information), remove from the start through cylindrical, head, Sector No. 1. Read DBR fields, removed from the hard drive parameters and the FAT32 file system information. 2. According to one of the information, reading occurs, District 3. The root directory search area to detect the documents were found, it took the initial cluster and length of documents. 4. Under the initial cluster, find this file and the corresponding portion of the FAT table in the cluster chain five. Four of the information under control of the paper to read data (used as checksum). 6. Detection under a file name, repeat steps 3-5
Platform: | Size: 3072 | Author: 江河 | Hits:

[Disk Toolsdosback

Description: 都在一个程序里,备份恢复 MBR,DBR,FAT,CMOS 把自己写的 备份恢复 MBR,DBR,FAT,CMOS 的程序合并成了一个程序(DOS),大家玩玩吧(有源码)。。。 还有 破解 CMOS密码的功能(不是毁了CMOS,而是毫发无伤的解密。。) 全部在自己的机子上经过测试,目前没有问题。 - All in a procedure, the backup restores MBR, DBR, FAT, CMOS The backup writes which oneself restored MBR, DBR, FAT, the CMOS procedure merges a procedure (DOS), everybody played (active code). . . Had explains the CMOS password the function (has destroyed CMOS, but was 姣?sends the non- wound the decipher. .) Completely on own loom the process test, at present does not have the question.
Platform: | Size: 17408 | Author: 李大大 | Hits:

[Software EngineeringHardiskMBR

Description: 硬盘主引导记录程序的功能是读出自举分区的BOOT程序,并把控制转移到分区BOOT程序。整个程序流程如下: 1 将本来读入到0:7C00H处的硬盘主引导记录程序移至0:61BH处; ⑵ 顺序读入四个分区表的自举标志,以找出自举分区,若找不到,转而执行INT18H的BOOT异常执行中断程序; ⑶ 找到自举分区后,检测该分区的系统标志,若为32位FAT表或16位FAT表但支持13号中断的扩展功能,就转到执行13号中断的41号功能调用进行安装检验,检验成功,就执行42号扩展读功能调用把BOOT区程序读入到内存0:7C00H处,成功,跳到第⑸步,若读失败或系统标志为其它,就调用13号中断的读扇区功能调用把BOOT读到0:7C00H; ⑷ 用13号中断的读扇区功能时,用两种方式分别进行5次试读。第一种方式是直接从自举分区的头扇区读入BOOT程序,若读成功,但结束标志不是55AA,则改用第二种方式,又如果用第一种方式试读五次均不成功,就改用第二种方式。若两种方式试读均失败,就转到出错处理程序; ⑸ 读入BOOT区程序成功,转至0:7C00H处执行BOOT程序。 -err
Platform: | Size: 6144 | Author: chen | Hits:

[File FormatFAT32specification

Description: 详细解读Fat文件系统, 如MBR的格式,BOOT Sector 的格式等的信息。-Detailed interpretation of Fat file system, such as the MBR format, BOOT Sector format, such as information.
Platform: | Size: 262144 | Author: 王晓振 | Hits:

[SCMFAT32

Description: FAT32 header,主要是FAT32的文件结构,包括MBR,DBR,FAT,DIR,DATA-FAT32 header, mainly FAT32 file structure, including MBR, DBR, FAT, DIR, DATA
Platform: | Size: 3072 | Author: 邱福双 | Hits:

[Embeded-SCM DevelopHD_MBR

Description: 硬盘MBR,fat,数据结构,详细参数解释。
Platform: | Size: 7168 | Author: wtalone | Hits:

[assembly languageLOAD_FAT32

Description: 读取MBR,EBR,FAT表,FDT的数据并且演示 对学习OS的朋友有点作用 需要在纯DOS下运行才有效-LOAD DATA OF THE MBR,EBR,FAT,FDT BY HARD DISK,AND SHOW THE DATA BY ASIIC,IT WORKS FOR SOME BODY WHO WANT TO STUDIO OS,YOU SHOULD RUN IT IN DOS SYSTEM,NOT WINDOWS
Platform: | Size: 3072 | Author: miss zheng | Hits:

[Crack HackdosBACK

Description: 主文件 备份恢复 MBR/DBR/FAT/CMOS 破解 CMOS 密码
Platform: | Size: 26624 | Author: rence | Hits:

[Compress-Decompress algrithms7z922

Description: 7-zip是个文件压缩解压程序,支持7z, XZ, BZIP2, GZIP, TAR, ZIP, WIM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR-7-Zip is a file archiver with the high compression ratio. The program supports 7z, XZ, BZIP2, GZIP, TAR, ZIP, WIM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR
Platform: | Size: 1416192 | Author: book | Hits:

[Software EngineeringFAT-Chinese-

Description: 磁盘上的数据按照其不同的特点和作用大致可分为5部分:MBR区、DBR区、FAT区、DIR区和DATA区-The data on the disk in accordance with their different features and functions can be broadly divided into five parts: MBR area, DBR area, FAT area, DIR area and DATA area
Platform: | Size: 89088 | Author: courage | Hits:

[Software EngineeringThe-FAT32-Chinese-version

Description: The data on the disk in accordance with their different features and functions can be broadly divided into five parts: MBR area, DBR area, FAT area, DIR area and DATA area
Platform: | Size: 663552 | Author: courage | Hits:

[File FormatFAT32_description

Description: fat32文件系统,具体文件格式详细说明,MBR,DBR,FAT,中文的哦-the detail description of fat32 file system, chinese doc
Platform: | Size: 1703936 | Author: zhang lijun | Hits:
« 12 »

CodeBus www.codebus.net